projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b08fe39
)
Update gtk_file_chooser_set_do_overwrite_confirmation() documentation to reflect...
author
Timothy Arceri
<t_arceri@yahoo.com.au>
Mon, 20 May 2013 21:54:00 +0000
(07:54 +1000)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 26 May 2013 04:17:48 +0000
(
00:17
-0400)
https://bugzilla.gnome.org/show_bug.cgi?id=360131
gtk/gtkfilechooser.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooser.c
b/gtk/gtkfilechooser.c
index 2600a136a903971ac67c7f2016405d44459b71b2..42bc0d22be1a679b43521a4ed24a2a44e98a2947 100644
(file)
--- a/
gtk/gtkfilechooser.c
+++ b/
gtk/gtkfilechooser.c
@@
-2567,7
+2567,7
@@
gtk_file_chooser_get_show_hidden (GtkFileChooser *chooser)
* a confirmation dialog if the user types a file name that already exists. This
* is %FALSE by default.
*
- *
Regardless of this setting
, the @chooser will emit the
+ *
If set to %TRUE
, the @chooser will emit the
* #GtkFileChooser::confirm-overwrite signal when appropriate.
*
* If all you need is the stock confirmation dialog, set this property to %TRUE.